home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / DoMenu.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-23  |  232 b   |  10 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2.  
  3. void SetLastMenuCommand(short);
  4. void DoMenuFile(short theItem);
  5. void DoMenuWindows(short theItem);
  6. void ShowWindowAndCheckMenu(WindowPtr w, short theMenuItem);
  7. #pragma internal reset
  8.  
  9. void Handle_My_Menu(long);
  10.